func runtime.sysAllocOS
5 uses
runtime (current package)
debuglog.go#L99: l = (*dloggerImpl)(sysAllocOS(unsafe.Sizeof(dloggerImpl{}), "debug log"))
debuglog.go#L768: state1 := sysAllocOS(unsafe.Sizeof(readState{})*uintptr(n), "debug log")
malloc.go#L774: l2 = (*[1 << arenaL2Bits]*heapArena)(sysAllocOS(unsafe.Sizeof(*l2), "heap index"))
mem.go#L52: p := sysAllocOS(n, vmaName)
mem_linux.go#L21: func sysAllocOS(n uintptr, vmaName string) unsafe.Pointer {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)